@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-color: #CCC;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.detailimage {
	margin-top: 20px;
}
.paintingspecs {
	color: #666;
	margin: 0px;
}
.formoreinfo {
	color: #666;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}
#galleryname {
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
	margin-left: 220px;
	color: #666;
	margin-bottom: 0px;
}
#galleryaddress {
	font-size: 16px;
	color: #666;
	text-align: left;
	margin-top: 2px;
	margin-left: 220px;
}
#mainContent h1 {
	margin-bottom: 0px;
	text-transform: none;
	font-size: 24px;
}
#galleryaddress a {
	text-decoration: none;
	color: #963;
}
